home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / IFF-RGFX / IFF-RGFX.readme next >
Encoding:
Text File  |  1997-11-30  |  1.3 KB  |  43 lines

  1. Short:    New IFF graphics file format standard, Rev 1.1
  2. Author:   Andreas_Kleinert@t-online.de
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     dev/misc
  5.  
  6.  
  7.  IFF-RGFX: A new, extended graphics file format for
  8.            AGA and RTG capable Amigas
  9.  
  10.  
  11.  Author:  Andreas R. Kleinert
  12.  Date:    V1.0 16 Nov 1997 (16.11.1997)
  13.           V1.1 26 Nov 1997 (26.11.1997)
  14.  Contact: Andreas_Kleinert@t-online.de
  15.  
  16.  Credits: Peter Bornhall, Marcel Offermans, Achim Stegemann
  17.  
  18.  
  19.  Preface
  20.  -------
  21.  Since some time there's need for either an extension
  22.  or a complete rework of the IFF-ILBM file format: one can't
  23.  store chunky graphics and storing more than 256 colors
  24.  only is possible in a very unusual manner.
  25.  
  26.  All that does slow down usage on graphics card-equipped
  27.  systems very much.
  28.  
  29.  And IFF-ILBM's compression is not very efficient, too.
  30.  
  31.  IFF-RGB8, IFF-DEEP and IFF-YUVN aren't good alternatives,
  32.  since they're mainly designed for 24 Bit images and/or make
  33.  use of uncommon compression algorithms and/or color spaces.
  34.  
  35.  A first step to pass this by was SuperView's internal
  36.  graphics file format called "SVG" (SuperView Graphics),
  37.  but it was not an IFF file format and somewhat proprietary
  38.  in other terms, too.
  39.  
  40.  That's why IFF-RGFX has been defined.
  41.  
  42.  Look into the archive for developer information.
  43.